home *** CD-ROM | disk | FTP | other *** search
/ Pycckuu Kocmoc - Russian Space / Pycckuu Kocmoc - Russian Space.iso / space2.exe / 0 / RCDATA / TFMSHOW / TFMSHOW.txt < prev   
Text File  |  2001-04-12  |  4KB  |  194 lines

  1. object fmShow: TfmShow
  2.   Left = 239
  3.   Top = 141
  4.   BorderStyle = bsNone
  5.   Caption = 'fmShow'
  6.   ClientHeight = 566
  7.   ClientWidth = 804
  8.   Color = clBlack
  9.   Font.Charset = RUSSIAN_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 15
  23.   object Image2: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 804
  27.     Height = 566
  28.     Align = alClient
  29.     OnMouseMove = Image2MouseMove
  30.   end
  31.   object Label1: TLabel
  32.     Left = 64
  33.     Top = 565
  34.     Width = 673
  35.     Height = 35
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Color = 8545370
  39.     Font.Charset = RUSSIAN_CHARSET
  40.     Font.Color = 14340561
  41.     Font.Height = -13
  42.     Font.Name = 'Zahoma'
  43.     Font.Style = []
  44.     ParentColor = False
  45.     ParentFont = False
  46.     Transparent = True
  47.     WordWrap = True
  48.   end
  49.   object Image1: TImage
  50.     Left = 185
  51.     Top = 0
  52.     Width = 431
  53.     Height = 50
  54.     AutoSize = True
  55.     Center = True
  56.     OnMouseMove = Image2MouseMove
  57.   end
  58.   object PB: TPaintBox
  59.     Left = 367
  60.     Top = 2
  61.     Width = 281
  62.     Height = 10
  63.     Cursor = crHandPoint
  64.     OnMouseDown = PBMouseDown
  65.     OnMouseMove = PBMouseMove
  66.     OnPaint = PBPaint
  67.   end
  68.   object btLeft: TImageBtn
  69.     Left = 144
  70.     Top = 9
  71.     Width = 21
  72.     Height = 24
  73.     Cursor = crHandPoint
  74.     OnClick = btLeftClick
  75.   end
  76.   object btRight: TImageBtn
  77.     Left = 164
  78.     Top = 9
  79.     Width = 21
  80.     Height = 24
  81.     Cursor = crHandPoint
  82.     OnClick = btRightClick
  83.   end
  84.   object btClose: TImageBtn
  85.     Left = 702
  86.     Top = 9
  87.     Width = 24
  88.     Height = 27
  89.     Cursor = crHandPoint
  90.     OnClick = btCloseClick
  91.   end
  92.   object lbInterval: TLabel
  93.     Tag = 1
  94.     Left = 95
  95.     Top = 11
  96.     Width = 18
  97.     Height = 21
  98.     Cursor = crHandPoint
  99.     Alignment = taCenter
  100.     AutoSize = False
  101.     Caption = '4'
  102.     Font.Charset = RUSSIAN_CHARSET
  103.     Font.Color = clWhite
  104.     Font.Height = -13
  105.     Font.Name = 'Zahoma'
  106.     Font.Style = [fsBold]
  107.     ParentFont = False
  108.     Transparent = True
  109.     OnClick = lbIntervalClick
  110.   end
  111.   object btUp: TImageBtn
  112.     Tag = 1
  113.     Left = 115
  114.     Top = 9
  115.     Width = 24
  116.     Height = 24
  117.     Cursor = crHandPoint
  118.     OnClick = btUpClick
  119.   end
  120.   object btDown: TImageBtn
  121.     Tag = -1
  122.     Left = 69
  123.     Top = 9
  124.     Width = 24
  125.     Height = 24
  126.     Cursor = crHandPoint
  127.     OnClick = btUpClick
  128.   end
  129.   object btTrack: TImageBtn
  130.     Left = 637
  131.     Top = 9
  132.     Width = 19
  133.     Height = 24
  134.     Cursor = crHandPoint
  135.   end
  136.   object TrSnd1: TTrSnd
  137.     Left = 637
  138.     Top = 16
  139.     Width = 52
  140.     Height = 16
  141.     Picture.Data = {<image000.jpg>}
  142.     Position = 0
  143.   end
  144.   object Contents: TStringGrid
  145.     Left = 528
  146.     Top = 46
  147.     Width = 272
  148.     Height = 0
  149.     Color = 10921638
  150.     ColCount = 1
  151.     Ctl3D = False
  152.     DefaultColWidth = 360
  153.     DefaultRowHeight = 18
  154.     DefaultDrawing = False
  155.     FixedCols = 0
  156.     RowCount = 2
  157.     FixedRows = 0
  158.     Font.Charset = RUSSIAN_CHARSET
  159.     Font.Color = 14277321
  160.     Font.Height = -13
  161.     Font.Name = 'Tahoma'
  162.     Font.Style = []
  163.     Options = [goDrawFocusSelected]
  164.     ParentCtl3D = False
  165.     ParentFont = False
  166.     ScrollBars = ssVertical
  167.     TabOrder = 0
  168.   end
  169.   object Panel1: TPanel
  170.     Left = 70
  171.     Top = 55
  172.     Width = 660
  173.     Height = 490
  174.     BevelOuter = bvNone
  175.     Color = clBlack
  176.     TabOrder = 1
  177.     object PBox: TPaintBox
  178.       Left = 0
  179.       Top = 0
  180.       Width = 660
  181.       Height = 490
  182.       Align = alClient
  183.       OnPaint = PBoxPaint
  184.     end
  185.   end
  186.   object Timer1: TTimer
  187.     Enabled = False
  188.     Interval = 4000
  189.     OnTimer = Timer1Timer
  190.     Left = 8
  191.     Top = 32
  192.   end
  193. end
  194.